home *** CD-ROM | disk | FTP | other *** search
/ CD Actual Thematic 7: Programming / CDAT7.iso / demos / VisualAge for Java 2.0 Entry / setup / data1.cab / ide-e / IDE / cache / JBEXE (.txt) < prev    next >
Encoding:
Java Class File  |  1998-09-16  |  1.0 KB  |  25 lines

  1. package com.sun.java.swing.plaf.basic;
  2.  
  3. import com.sun.java.swing.JComboBox;
  4.  
  5. class BasicComboBoxUI$3 implements Runnable {
  6.    // $FF: synthetic field
  7.    BasicComboBoxUI this$0;
  8.    // $FF: synthetic field
  9.    JComboBox val$cBox;
  10.  
  11.    public void run() {
  12.       if (this.this$0.editor != null) {
  13.          this.this$0.editor.setFont(this.val$cBox.getFont());
  14.       }
  15.  
  16.       this.this$0.addKeyAccelerators(this.val$cBox);
  17.    }
  18.  
  19.    // $FF: synthetic method
  20.    BasicComboBoxUI$3(BasicComboBoxUI this$0, JComboBox val$cBox) {
  21.       this.this$0 = this$0;
  22.       this.val$cBox = val$cBox;
  23.    }
  24. }
  25.